Sections 2.2, 2.3 and 2.4 contained example code blocks that were not
being formatted properly due to missing newlines.
Change-Id: I0dbce90c931cf69e4f47d2ccbcc8bc0e20f8fd66
Signed-off-by: Paul Beesley <[email protected]>
The example below illustrates the ordering rules using some contrived header
file names; this type of name reuse should be otherwise avoided.
+
.. code:: c
#include <string.h>
is including them, use the ``<...>`` variant.
Example (bl1_fwu.c):
+
.. code:: c
#include <assert.h>
particular for the file ``platform_def.h``.
Example:
+
.. code:: c
PLAT_INCLUDES += -Iinclude/plat/myplat/include